Crate kalosm_streams

source ·
Expand description

kalosm-streams

This crate contains utilities for handling streams of data (mainly text).

Structs

Traits

  • A pattern that matches a character.
  • A stream of text. This is automatically implemented for all streams of something that acts like a string (String, &str).
  • A stream of time series data.
  • Something that has a timestamp attached to it.